home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / misc / wedge20.arj / WEDGE.DOC < prev   
Text File  |  1993-09-26  |  5KB  |  113 lines

  1.            WEDGE - Resident Software Wedge version 2.0
  2.  
  3.                         Release 09/25/93
  4.  
  5. WEDGE is a TSR which intercepts characters at the serial port, 
  6. and redirects them to the keyboard buffer. Application software 
  7. doesn't know whether the input came from the keyboard or a device 
  8. connected to the serial port, and it doesn't care.
  9.  
  10. Therefor, you can use WEDGE to have serial barcode scanners send 
  11. data to applications without specifically programming your app 
  12. for a scanner. (See the LEGAL STUFF at the bottom of this 
  13. document.)
  14.  
  15. WEDGE is also good for answering your phone, keying from the 
  16. "RING" signal executed by Hayes compatible modems, and assisting 
  17. in other serial-driven automation systems.
  18.  
  19. Because WEDGE excites every clock tick (about 18 times a second), 
  20. you might (and might not) notice a slight degradation in your 
  21. overall system speed.
  22.  
  23.                               SYNTAX 
  24.     
  25.   WEDGE C=comport B=baudrate P=parity W=WordLength S=StopBits
  26.  
  27.       ComPort is either 1 or 2
  28.       BaudRate is 110,150,300,600,1200,2400,4800, or 9600
  29.       Parity is N, E, or O
  30.       WordLength is 7 or 8
  31.       StopBits is 1 or 2
  32.  
  33.       Defaults are C=1 B=1200 P=N W=8 S=1
  34.  
  35. You can execute WEDGE by just entering WEDGE at the command 
  36. prompt, if you want the defaults. The defaults are used for
  37. any parameters left out of the command line.
  38.  
  39. WEDGE takes up approximately 31K of RAM, and hooks vectors 08, 
  40. 09, 0C, 13, 21, and 28. It uses an interrupt-driven 4K 
  41. communications buffer which is serviced independently of the 
  42. clock-driven keyboard-stuffing routine. 
  43.  
  44.                           MODIFICATIONS
  45.  
  46. WEDGE is a modification of our standard TSR platform. The same 
  47. platform can do a number of jobs and background tasks, keying on 
  48. any hardware interrupt, including the keyboard.
  49.  
  50. If you have a specific modification you want us to make to WEDGE 
  51. for your application, call me or leave EMail on Compuserve. My ID 
  52. is [76207,1600] and my phone number in Memphis is (901) 682-0732.
  53.  
  54.                          TROUBLE REPORTS
  55.  
  56. Please report problems with WEDGE by Compuserve E-Mail to Rob
  57. Cosgrove [76207,1600], the Internet to address:
  58. 76207.1600@compuserve.com, by FAX to (901) 681-0445, or as a last
  59. resort by phone at (901) 682-0732. I'll need to know the type of
  60. computer, the amount of memory, a list of drivers loaded in
  61. CONFIG.SYS, a list of other TSR's loaded, the number of FILES and
  62. BUFFERS in CONFIG.SYS, the operating system version, the network
  63. type and version (if any), the type and speed of the input
  64. device, and anything else that may help me diagnose your trouble.
  65. If WEDGE is at fault, I'll modify it and ship you a new copy.
  66.  
  67.                             THE PRICE
  68.  
  69. WEDGE costs $49 per installation, or $98 per site. Try it before 
  70. you buy it to make sure it works with your hardware and other 
  71. software. If you want to use it, send your payment to:
  72.  
  73.                           Rob Cosgrove
  74.                   654 South White Station Road
  75.                        Memphis, TN  38117
  76.  
  77.                       Phone (901) 682-0732
  78.  
  79. You'll receive my thanks, a copy of WEDGE without the log-in
  80. message and its delay, and my direct support if needed. 
  81.  
  82.  
  83.                          THE LEGAL STUFF
  84.  
  85. Although WEDGE has so far been a well-behaved TSR, there's always 
  86. the possibility it could confict with other TSRs and drivers. By 
  87. installing and running WEDGE, you relieve me of all 
  88. responsibility for any trouble it might cause. I guarantee that 
  89. at the time of its last upload from my computer, it is virus-
  90. free.
  91.  
  92. I hate to have to do this, but in light of all of the recent 
  93. litigation resulting from barcode scanners misreading codes, and 
  94. clients dragging programmers into court to recover damages, I 
  95. have to. By installing and running WEDGE, you agree to the
  96. following:
  97.  
  98. If WEDGE is used to redirect the input from a barcode scanner or 
  99. other type of scanner you agree to hold me harmless for any 
  100. losses resulting from the misreading of any data, or the loss of 
  101. any data or data stream. You also agree to defend me in the event 
  102. that your client names me as a defendent in any litigation 
  103. resulting from a loss caused by the misreading of data or the 
  104. possible failure of WEDGE to properly redirect data.
  105.  
  106. WEDGE does NOT interpret, decode, or translate barcode data. 
  107.  
  108. I make no claims, expressed or implied, about the suitability of 
  109. WEDGE for any particular purpose. WEDGE is ONLY what its name 
  110. implies - a software wedge which redirects data from the serial 
  111. port to the keyboard buffer.
  112.  
  113.